﻿@charset "utf-8";
/* CSS Document */
a{ border:none;}
a:hover{ color:#1B4193;}

/* 设置默认字体 */ 
body, button, input, select, textarea {
font-family: "Microsoft YaHei","simsun","Arail";
font-size: 14px;
outline:none;
color:#616366;
position:relative;
}
ul,ol{padding:0;margin-bottom:0px;}
li{list-style:none;}
.fl{float: left}
.fr{float: right}
.rect-61{padding-bottom:71%;}
*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }
/*公共样式开始-------------*/
/* 头部 */
.head12{width: 100%;height: 80px;background:rgba(27,65,147,1);position: fixed;top:0;left:0;z-index: 999}
.main{width: 1240px;margin: 0 auto}
.mainBox{width: 100%;height: 100%}
@media (max-width: 1240px){
.main{width: 1140px;margin: 0 auto}
}
@media (max-width: 1024px){
.main{width: 94%;margin: 0 auto}
}
/*头部*/
@media (min-width:320px){
.kong-box{height: 50px;}
.ph-header{position: fixed;top: 0;z-index: 9999;left: 0;width: 100%;height: 55px;padding: 0px 10px;box-sizing:border-box;background-color:#fff;box-shadow: 0 2px 3px 0 rgba(0,0,0,0.05);}
.ph-header.shadow{box-shadow: none;}
.ph-header .logo{display: block;width: 164px;float: left; margin-top:0px;}
.ph-header .logo img{display: block;width: 100%;}
.pc-header .mian .logo img{display: block;width: 100%;margin-top:12px;}
.ph-header .lines{width:30px;height: 50px;position: relative;cursor: pointer;float: right;}
.ph-header .lines p{width:100%;height:1px;background-color: #1B4193;position: absolute;left: 0;-webkit-transition: all 0.8s;transition: all 0.8s;}
.ph-header .lines p:nth-child(1){top: 4px;-webkit-transform-origin: left top;-ms-transform-origin: left top;transform-origin: left top;-webkit-transform: rotateZ(0deg);-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);-webkit-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
.ph-header .lines.cur p:nth-child(1) {-webkit-transform: rotateZ(45deg);transform: rotateZ(45eg);}
.ph-header .lines p:nth-child(2){top:14px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.ph-header .lines.cur p:nth-child(2) {opacity: 0;}
.ph-header .lines p:nth-child(3){top:24px;-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotateZ(0deg);-ms-transform: rotateZ(0deg);transform: rotateZ(0deg);-webkit-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
.ph-header .lines.cur p:nth-child(3){-webkit-transform: rotateZ(-45deg);transform: rotateZ(-45deg);}
.headerbg{width: 100%;height: 100%;position: fixed;background-color: #fff;top: 0;left: 0;z-index: 21;display: none;}
.ph-header .ser{display: block;width: 40px;height: 40px;position: relative;float: right;margin: 5px 20px 0 0;background: url(../images/c-img3.png) center/15px no-repeat;border-radius: 50%;}
.ph-header .ser:before{display: block;width: 1px;height:20px;background-color: rgba(0,0,0,0.1);content: '';position: absolute;right:-5px;top: 50%;margin-top:-10px;}
.ph-header .nav{display: none;position: absolute;top: 55px;width: 100%;padding: 0 10px 100px;box-sizing:border-box;left:0;background-color: #fff; border-top:1px solid #fafafa;box-shadow: 0 5px 5px 2px rgba(0,0,0,0.1); z-index:99999;}
.ph-header .nav li { width:100%;}
.ph-header .nav li .child{display: none;padding: 15px 30px 20px;border-bottom: 1px solid rgba(0,0,0,0.03);}
.ph-header .nav li .tit{font-size:16px;color: #333;padding: 0 10px;height:50px;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);line-height:50px;position: relative;}
.ph-header .nav li .tit:before{display: block;width: 0;height: 2px;background-color: #FEC800;position: absolute;left: 0;bottom: -1px;content: '';-webkit-transition: all 0.4s;transition: all 0.4s;}
.ph-header .nav li.on .tit:before{width: 30px;}
.ph-header .nav li .child .tt{font-size: 14px;color: #666;height:40px;line-height: 40px;display: block;}
.tip-serch{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 22;display: none;overflow: hidden;}
.tip-serch .mian{transform:scale(1.03);-webkit-transform:scale(1.03);-webkit-transition: all 0.3s;transition: all 0.3s;width: 100%;height: 100%;position: fixed;top: 40px;left: 0;}
.tip-serch.on .mian{transform:scale(1);-webkit-transform:scale(1);}
.tip-serch .point{width: 40px;height: 40px;background-color: #E70014;border-radius: 50%;position: absolute;right:0;cursor: pointer;top: 0;opacity: 0;-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;transition: opacity 0.3s ease, transform 0.3s ease;-webkit-transform: translate3d(0px,0, 0);transform: translate3d(0px,0,0);}
.tip-serch.on .point{opacity: 1;-webkit-transform: translate3d(-25px,30px, 0);transform: translate3d(-25px,30px,0);}
.tip-serch .point span:last-child{display: block;width: 100%;z-index: 2;position: relative;height: 100%;background: url(../images/ico_07.png) center/20px no-repeat;}
.tip-serch .point .tt{display: none;position: absolute;left: 0;top: 0;z-index: 1;}
.tip-serch .box{width:86%;padding: 0 2%;margin: 40% auto 0;height: 70px;line-height: 70px;border-bottom: 2px solid rgba(0,0,0,0.5);-webkit-transition: all 0.2s;transition: all 0.2s;opacity: 0}
.tip-serch.on .box{opacity: 1}
.tip-serch .box .text{float: left;display: block;width: 70%;height:60px;line-height:70px;font-size: 28px;border:0;padding: 0;background-color: transparent;color: #666;}
.tip-serch .box .btn{display: block;float: right;height: 60px;line-height: 60px;border:0;width: 60px;background: url(../images/serch.png) center/30px no-repeat;}
.pc-header{display: none;}
}
@media (min-width:768px){
.kong-box {height: 70px;}
.ph-header{height:70px;padding: 0 3%;}
.ph-header .logo {width: 164px;margin-top:15px;}
.ph-header .lines { margin-top:8px;width: 40px;}
.ph-header .lines p{height: 2px;}
.ph-header .lines p:nth-child(1){top:0px;}
.ph-header .lines p:nth-child(2) {top: 14px;}
.ph-header .lines p:nth-child(3) {top: 27px;}
.ph-header .ser {margin: 20px 25px 0 0;background: url(../images/c-img3.png) center/20px no-repeat;}
.ph-header .ser:before {height: 20px;margin-top: -10px}
.ph-header .nav{top:70px;}
.ph-header .nav li .tit{font-size: 20px}
.ph-header .nav li .tit {height:60px;line-height: 60px;}
.ph-header .nav li .child .tt {font-size: 16px;height: 40px;line-height: 40px;}
}

@media (min-width:992px){
.ph-header{padding: 0 2%;}
.kong-box {height:60px;}
.tip-serch .box{width: 1240px;max-width:80%;height: 60px;line-height: 60px;height: 60px;line-height: 60px;margin: 25% auto 0;}
.tip-serch .box .text {width: 70%;height: 60px;line-height: 60px;font-size: 20px;}
.tip-serch .point{width: 45px;height: 45px;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.tip-serch .point span:last-child{border-radius: 50%;background:#FF0000 url(../images/ico_07.png) center/18px no-repeat;}
.tip-serch.on .point{-webkit-transform: translate3d(-40px,40px, 0);transform: translate3d(-40px,40px,0);}
.tip-serch .point:hover{padding-left: 60px;border-radius: 30px;}
.tip-serch .point .tt{display: block;width: 60px;height: 45px;line-height: 45px;position: absolute;font-size: 16px;color: #fff;text-align: center;}
.ph-header {height:60px;}
.ph-header .logo{ margin-top:10px;}
.ph-header .lines {margin-top: 18px;width: 30px;height: 30px;}
.ph-header .lines p:nth-child(1){top: 2px;}
.ph-header .lines p:nth-child(2) {top: 11px;}
.ph-header .lines p:nth-child(3) {top:21px;}
.ph-header .ser:before {height: 24px;margin-top: -12px;right: -15px;}
.ph-header .nav{top: 60px;}
.ph-header .nav li .tit {height:45px;line-height: 45px;font-size: 14px;}
.ph-header .nav li .child .tt {font-size: 14px;height: 30px;line-height: 30px;}
}
@media (min-width:1025px){
.ph-header{display: none;}
.tip-serch .point{width: 35px;height: 35px;}
.tip-serch .point .tt{height: 35px;line-height: 35px;}
.header_bg{border-bottom: 3px #fec800 solid; height:103px; z-index:99999;position: fixed;top: 0;left: 0;width: 100%;}
.pc-header{width: 100%;position: fixed;top: 0;left: 0;height:100px;z-index: 99999999;display: block; background-color:#fff;/*box-shadow:2px 2px 3px 2px rgba(254,200,0,1);*/border-bottom: 15px #014f97 solid;}
.pc-header.out{box-shadow: none;}
.pc-header .mian{display: block;width: 1240px;margin: 0 auto;position: relative;z-index:20;}
.pc-header .mian .logo{display: block;float: left;width: 250x;}
.pc-header .mian .nav{float: right;padding: 34px 0 0 0;height: 58px;}
.pc-header .mian .nav ul{height: 100%;width: 100%;}	
.pc-header .mian .nav li{float: left;margin-right:65px;height: 100%;position: relative;cursor: pointer; border:none;}
.pc-header .mian .nav li:hover{z-index: 9999}
.pc-header .mian .nav li:last-child{margin-right: 0}
.pc-header .mian .nav li .tit{font-size: 16px; font-weight:bold;color: #555;display: block;line-height:25px;height: 50px;position: relative; border:none;}
.pc-header .mian .nav li .tit:before{display: block;width: 0%;height: 3px;background-color: #fec800;position: absolute;content: '';left: 50%;bottom: 0;-webkit-transition: all 0.4s;transition: all 0.4s;}
.pc-header .mian .nav li:hover .tit:before{width: 100%;left: 0; }
.pc-header .mian .nav li .child{position: absolute;top:50px;left: -68px;width: 180px;padding: 20px;z-index: 9999;pointer-events: none;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all 0.4s;transition: all 0.4s;cursor:default;display: none\9;display: none\0;}
.pc-header .mian .nav li:hover .child{pointer-events: auto;opacity: 1;filter: alpha(opacity=100);display: block\9;display: block\0;}
.pc-header .mian .nav li .child:before{display: block;width:100%;height: 90%;content: '';position: absolute;left: 0%;top: 0;background:linear-gradient(0deg,rgba(247,247,247,1) 0%,rgba(240,240,240,1) 84%)!important;transform:scale3d(0.93,1,1);-webkit-transform:scale3d(0.93,1,1);-webkit-transform-origin: center top;-ms-transform-origin: center top;transform-origin: center top;-webkit-transition: all 0.4s;transition: all 0.4s;
opacity:0;filter: alpha(opacity=0);box-shadow: 0 4px 4px 1px rgba(0,0,0,0.15);}
.pc-header .mian .nav li:hover .child:before{height: 100%;left: 0;width: 100%;opacity: 1;filter: alpha(opacity=100);transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);}
.pc-header .mian .nav li .child a{display: block; margin:0 auto;font-size: 15px;border-bottom:1px solid #D0D0D0;color: #666;text-align: center;line-height: 2.3;position: relative;z-index: 9999;-webkit-transition: all 0.4s;transition: all 0.4s;}
.pc-header .mian .nav li:hover .child a{display: block;opacity: 1;filter: alpha(opacity=100);}
.pc-header .mian .nav li .child a:hover{color:#014f97;}
.pc-header .mian .nav li .child a:last-child{margin-bottom: 0}
}
@media (min-width: 1241px){
.pc-header .mian{display: block;width: 1240px;margin: 0 auto;position: relative;z-index:20;}
}
@media (max-width: 1240px){
.pc-header .mian{display: block;width: 1140px;margin: 0 auto;position: relative;z-index:20;}
}

@media (max-width:1185px){
.pc-header .mian .nav li{float: left;margin-right:20px;height: 100%;position: relative;cursor: pointer;}
}


/*------------------------------- 侧边栏 -------------------------------------*/

.aside-nav {position: fixed;right: 7px;top: 50%;transform:translateY(-50%);z-index: 10000;}
.aside-nav-close {margin: 0 auto;width: 54px;height: 54px;line-height: 52px;background: #e75c1e;border-radius: 50%;text-align: center;visibility: visible;cursor: pointer;}
.aside-nav-in.close {transform: translateX(100px);visibility: hidden;transition: .3s;}
.aside-nav-one {position: relative;margin-top: 6px;margin-bottom: 6px;height:54px;width:54px;line-height: 52px;text-align: right;}
.aside-nav-one-img {position: absolute;left: 0;top: -1px;z-index: 10;width: 54px;height: 54px; text-align: center;transition: .3s;}
.aside-nav-one-img img{width: 22px;}
.more-width:hover .aside-nav-one-img {left: -73px;}
.more-width-call:hover .aside-nav-one-img {left: -105px;}
.aside-nav-one-desc {position: absolute;right: 0;padding-right: 16px;width: 54px;height: 54px;font-size: 14px;line-height: 52px;background: #FEC800;color: #FEC800;border-radius: 50px;overflow: hidden;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;transition: .3s, color .1s;}
.aside-nav-one-desc .qq-name{display: inline-block;margin-right: 15px;}
.aside-nav-one-desc .qq-name i{width: 22px;height: 24px;display: inline-block;vertical-align: middle;}
.aside-nav-one-desc .qq-name span{font-size: 14px;color: #FEC800;display: inline-block;vertical-align: middle;margin-left: 1px;}
.qq-name-box{position: absolute;right: 0px;}
.more-width:hover .aside-nav-one-desc {width: 125px;color: #fff;transition: .3s;}
.more-width-call:hover .aside-nav-one-desc {width: 160px;}
.more-width-qq:hover .aside-nav-one-desc {width:131px;}
.more-width-qq:hover .aside-nav-one-desc span{transition:.3s .1s;color: #fff;}
.more-width-qq:hover .aside-nav-one-img{left: -70px;}
.aside-nav-one-qrcode {position: absolute;left: -200px;top: 50%;transform: translateY(-50%);opacity: 0;visibility: hidden;transition: .3s;}
.aside-nav-one:hover .aside-nav-one-qrcode {left: -140px;opacity: 1;visibility: visible;}



/*------------------------------- 侧边栏end -------------------------------------*/

.content{ background:#1B4193;}
footer { background:#F0F0F0;}
.footer-in {margin: 0 auto;width: 1400px;}
.footer-l {display: inline-block;padding-top:60px;vertical-align: top; width:75%;}
.footer-l ul li {float: left; width:17%;}
.footer-l ul li.pro{ width:35%;}
.footer-l dl {margin: 0;}
.footer-l dt {margin-bottom: 25px;}
.footer-l dt a {padding-bottom: 4px;  font-size: 18px;  color: #1B4193;}
.footer-l ul li.pro dd { float:left; width:50%;}
.footer-l dd a {line-height: 32px;  font-size: 14px;  color: #7a7a7a;  transition: .3s;}
.footer-l dd a:hover {color: #333;}
.footer-r {display: inline-block;float: right;margin-top: 73px;vertical-align: top;text-align:right;}
.f-share {font-size: 0;text-align: right;}
.f-share-one {position: relative;display: inline-block;border: 1px solid #1B4193;margin-left: 20px;width: 44px;height: 44px;line-height: 42px;text-align: center;vertical-align: top;border-radius: 50%;  cursor: pointer;  transition: .5s;}
.f-share:hover .f-share-one {opacity: .2;}
.f-share .f-share-one:hover {opacity: 1;}
.f-share-one:last-child {  margin-right: 0;}
.f-belongs {margin-top: 35px;}
.f-belongs-one {line-height: 32px;font-size: 14px;color: #7a7a7a;text-align: right;}
.f-belongs-one a:hover{color:#1B4193;}
.copyright {position: relative;padding-top:10px;padding-bottom:40px; line-height:38px;margin-top: 40px; background-color:#1B4193;border-top: 3px #fec800 solid;}
.copyright a{ color:#fff;}
@media (min-width:1025px){ color:#fff;}
.copyright-l {display: inline-block; float:left;color: #fff;}
.copyright-r {float: right;color: #fff;}

@-webkit-keyframes banner_inside {
from {
-webkit-transform: scale(1.23);
transform: scale(1.23);
}
to {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes banner_inside {
from {
-moz-transform: scale(1.23);
transform: scale(1.23);
}
to {
-moz-transform: scale(1);
transform: scale(1);
}
}

@-o-keyframes banner_inside {
from {
-o-transform: scale(1.23);
transform: scale(1.23);
}
to {
-o-transform: scale(1);
transform: scale(1);
}
}

@keyframes banner_inside {
from {
-webkit-transform: scale(1.23);
-moz-transform: scale(1.23);
-o-transform: scale(1.23);
transform: scale(1.23);
}
to {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.more_button{position:relative;overflow:hidden; z-index:1;width:48px;height:48px;border:1.5px solid #d1d1d1;-moz-border-radius:100%;border-radius:100%;color:#e0e0e0;text-align:center;line-height:48px;display:block;margin:0 auto;font-size: 12px;-o-transition: all 1.7s ease;-moz-transition: all 1.7s ease;transition: all 1.7s ease;-webkit-mask-image: radial-gradient(white, black);mask-image: radial-gradient(white, black);}
.more_button:focus{outline:none;}
.more_button:hover {background: #fec800;color: #fff;border: 1.5px solid #fec800;}
.more_button i {display: block; -webkit-transform: scale(0);  -moz-transform: scale(0);  -o-transform: scale(0);  transform: scale(0);width: 100%;height: 100%;background: -moz-radial-gradient(#fec800, #FFCF2D,#fec800,#FFCF2D,#fec800,#FFCF2D,#fec800,#FFCF2D,#fec800);background: -o-radial-gradient(#fec800, #FFCF2D,#fec800,#FFCF2D,#fec800,#FFCF2D,#fec800,#FFCF2D,#fec800);background: radial-gradient(#fec800, #FFCF2D,#fec800,#FFCF2D,#fec800,#FFCF2D,#fec800,#FFCF2D,#fec800);opacity: 0;-o-transition: 1.2s, opacity 1.8s;-moz-transition: 1.2s, opacity 1.8s;transition: 1.2s, opacity 1.8s;-moz-border-radius: 50%;border-radius: 50%;}
.more_button:hover i {-webkit-transform: scale(10);-moz-transform: scale(10);-o-transform: scale(10);transform: scale(10);opacity: 1;-o-transition: 3s, opacity .3s;-moz-transition: 3s, opacity .3s;transition: 3s, opacity .3s}
.more_button:hover .dot1 span:nth-child(1){left: 120%;-o-transition: all 0.4s .2s ease, color .3s;-moz-transition: all 0.4s .2s ease, color .3s;transition: all 0.4s .2s ease, color .3s;color: #fff;}
.more_button:hover .dot1 span:nth-child(2){left: 120%;-o-transition: all 0.4s .1s ease, color .3s;-moz-transition: all 0.4s .1s ease, color .3s;transition: all 0.4s .1s ease, color .3s;color: #fff;}
.more_button:hover .dot1 span:nth-child(3){left: 120%;-o-transition: all 0.4s 0s ease, color .3s;-moz-transition: all 0.4s 0s ease, color .3s;transition: all 0.4s 0s ease, color .3s;color: #fff;}
.more_button:hover .dot2 span:nth-child(1){left:30%;-o-transition: all 0.4s .5s ease, color .3s;-moz-transition: all 0.4s .5s ease, color .3s;transition: all 0.4s .5s ease, color .3s;color: #fff;}
.more_button:hover .dot2 span:nth-child(2){left:50%;-o-transition: all 0.4s .4s ease, color .3s;-moz-transition: all 0.4s .4s ease, color .3s;transition: all 0.4s .4s ease, color .3s;color: #fff;}
.more_button:hover .dot2 span:nth-child(3){left:70%;-o-transition: all 0.4s .3s ease, color .3s;-moz-transition: all 0.4s .3s ease, color .3s;transition: all 0.4s .3s ease, color .3s;color: #fff;}
.dot2 span,.dot1 span{position:absolute;color:#d1d1d1;left:50%;top:50%;-webkit-transform: translateX(-50%)translateY(-50%); -moz-transform: translateX(-50%)translateY(-50%);-o-transform: translateX(-50%)translateY(-50%);transform: translateX(-50%)translateY(-50%);-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;}
/*dot1*/
.dot1 span{color: #d1d1d1;}
.dot1 span:nth-child(1){-o-transition: all 0.4s .5s ease, color .3s;-moz-transition: all 0.4s .5s ease, color .3s;transition: all 0.4s .5s ease, color .3s;left:30%;}
.dot1 span:nth-child(2){-o-transition: all 0.4s .4s ease, color .3s;-moz-transition: all 0.4s .4s ease, color .3s;transition: all 0.4s .4s ease, color .3s;left:50%;}
.dot1 span:nth-child(3){-o-transition: all 0.4s .3s ease, color .3s;-moz-transition: all 0.4s .3s ease, color .3s;transition: all 0.4s .3s ease, color .3s;left:70%;}

@media (max-width: 1240px) {
.copyright {text-align: center;}
.f-share {text-align: center;}
.f-belongs-one {line-height: 26px;}

}
/*手机菜单样式结束*/

@media (max-width:1024px) {
.footer-l { display:none;}
.footer-l ul li {margin-right: 0;margin-bottom: 0;width: 100%;    }
.footer-l dt {padding-bottom: 12px;border-bottom: 1px solid #373737;margin-bottom: 8px;line-height: normal;font-weight: normal;}
i.f-arrow {display: inline-block;float: right;position: relative;top: 15px;height: 11px;margin-right: 4px;vertical-align: top;}
i.f-arrow img {width: 6px;vertical-align: top;}
.footer-l dl,
.footer-l dt,
.footer-l dd {line-height: 1;}
.footer-l dt a {display: inline-block;position: relative;top: 10px;margin-left: 3px;font-size: 17px;color: #6a6a6a;vertical-align: top;}
.footer-l dd a {position: relative;top: -5px;line-height: 28px}
.footer-sub-menu {display: none;padding-left: 15px;}
.footer-r {display:none;}
.copyright {padding-top:10px;padding-bottom: 38px; line-height:35px;margin-top: 0px;}
}
@media (min-width: 768px) {
span.br-pc {display: block;}
span.br-m {display: inline;}
}
@media (max-width: 768px){
.container {padding-right: 15px;padding-left: 15px;}  
span.br-pc {display: inline;}
span.br-m {display: block;}
.f-share {display: none;}
.f-belongs-one {line-height: 28px;text-align: right;}
.f-belongs {padding-top: 0;border-top: 0;margin-top: 0;}
.f-belongs-one {font-size: 15px;}
.product_txt {margin-top: 90px;margin-top: 1.2rem;margin-bottom: 55px;margin-bottom: 0.733333rem;text-align: left;}
.product_txt1 {margin-bottom: 30px;margin-bottom: 0.4rem;line-height: 80px;line-height: 1.066667rem;font-size: 56px;font-size: 0.746667rem;}
.product_txt2 {line-height: 42px;font-size: 24px;}
.footer-l {display: none;}
.footer-r {display: none;}
.copyright-r {float: none;}
.copyright .main {height: 18px; width:100%;}
.copyright-r {width: 100%;text-align: center; line-height:24px;}
.copyright-l {display: inline-block; float:none; text-align: center; line-height:24px; font-size:13px;}
.copyright-r span.cip-r {float: none; display:none;}
}
@media (max-width: 325px){
.copyright {padding-top:10px;padding-bottom: 38px; line-height:28px;margin-top: 0px;}
.copyright .cip-r{display:none;}
}
@media (min-width: 768px) {
.fix-nav-btm {display: none;}

}
@media (max-width: 768px) {
footer {padding-bottom: 0px;}
.aside-nav {display: none;}
.content,
.fix-nav-btm {position: fixed;top: 0;left: 0;z-index: 99999;width: 100%;height: 63px;background:#1B4193;}
.fix-nav-btm {top: auto;bottom: 0;z-index: 999;font-size: 0;text-align: center;}
.fnb-one {display: inline-block;padding-top: 9px;width: 25%;vertical-align: top;}
.fnb-one-img {margin-bottom: 3px;}
.fnb-one-img img {width: 28px;}
.fnb-one-desc {font-size: 12px;}
.fnb-one-desc img {position: relative;top: 0px;margin-left: 4px;width: 4px;}
.product {margin-bottom: 0;}
}
@media (min-width: 770px){
.menu-footer{ display:none;}
.footer1 { display:none;}
}
@media only screen and (max-device-width:769px){
.footer1 {height: 28px;width: 100%;margin-top: 18px;}
.menu-footer {position:fixed;bottom:0;left:0;z-index:9999;opacity:.9;-webkit-transform: translateY(45px);-ms-transform: translateY(45px);-o-transform: translateY(45px);transform: translateY(45px);
transition: .5s;-webkit-transition: .5s;-ms-transition: .5s;}
.menu-footer.on {-webkit-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
.menu-footer {width:100%;height:45px;line-height:45px;text-align:center;background:#353535;font-size:0;}
.menu-footer a {position: relative; float:left;width:33.33%;width:calc(100% / 3);color:#fff;font-size:14px;}
.menu-footer a:hover {color:#fff;}
.menu-footer a ~ a:before {content: "";position: absolute;left: 0;top: 50%;margin-top: -5px;height: 10px;border-left: 1px solid #a0a0a0;opacity: 0.5;}

}

@media (max-width: 544px) {
.product_txt2 {line-height: 50px;line-height: 0.666667rem;font-size: 30px;font-size: 0.4rem;}
}
.page{font-size: 12px; color: #777777; text-align: center;margin: 30px 0;}
.page li{ float:left;}
.page a{ color: #777777;display: inline-block;border: 1px solid #ededed;padding: 8px 15px;vertical-align: middle;margin: 0 0 10px -1px;}
.page span{ margin-left:5px; line-height:30px;padding: 8px 2px;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px;}
.page a:hover,.page span{color:#014F97;}
.page span.goprev,.page span.gonext {color: #777777; background: none}
.page span.count { border: 0;background: 0;color: #777777;}

@media (max-width: 1024px){
.page a{ padding: 8px;}

}